Lead Developer

In charge of everything and nothing.

A picture of the lead developer, looking grumpy

Our lead developer, Bob "The Coder" Jenkins, has been with Project Nirvana since the beginning. He's responsible for all the bugs, most of the features, and all the coffee machine jams.

/* styles.css */ body { background-color: #333333; font-family: 'Open Sans', sans-serif; margin: 0; padding: 0; width: 100vw; height: 100vh; } body::after { content: "Project Nirvana: Where the code is as broken as the dreams of our users."; font-size: 1.2em; color: #999999; text-align: center; position: fixed; bottom: 1em; right: 1em; z-index: 1; } h1 { font-family: 'Open Sans', sans-serif; font-size: 2em; color: #FF0000; margin-bottom: -0.5em; text-align: center; } h2 { font-family: 'Open Sans', sans-serif; font-size: 1.2em; color: #000000; margin-bottom: 1.2em; text-align: center; } img { width: 200px; height: 200px; border: 4px solid #000000; margin: 0; padding: 0; display: inline-block; } p { color: #333333; font-size: 0.8em; margin-bottom: 0.5em; text-align: center; } a { text-decoration: none; color: #0000FF; font-weight: bold; text-decoration-line: none; text-underline: none; } ul { list-style-type: disc; list-style-position: outside; text-indent: 1em; padding: 1em; margin: 0; font-size: 0.8em; }